1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmBanHangThanhToan
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.btnHoanTat = new System.Windows.Forms.Button();
32             
this.txtTienKhach = new System.Windows.Forms.TextBox();
33             
this.btnHuy = new System.Windows.Forms.Button();
34             
this.label1 = new System.Windows.Forms.Label();
35             
this.label2 = new System.Windows.Forms.Label();
36             
this.lbl_TongTien = new System.Windows.Forms.Label();
37             
this.lblTraLai = new System.Windows.Forms.Label();
38             
this.lblTienKhach = new System.Windows.Forms.Label();
39             
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
40             
this.label3 = new System.Windows.Forms.Label();
41             
this.label4 = new System.Windows.Forms.Label();
42             
this.panel1 = new System.Windows.Forms.Panel();
43             
this.button2 = new System.Windows.Forms.Button();
44             
this.txtGhiChu = new System.Windows.Forms.TextBox();
45             
this.label8 = new System.Windows.Forms.Label();
46             
this.txtDiaChi = new System.Windows.Forms.TextBox();
47             
this.txtSoDienThoai = new System.Windows.Forms.TextBox();
48             
this.txtHoVaTen = new System.Windows.Forms.TextBox();
49             
this.label7 = new System.Windows.Forms.Label();
50             
this.label6 = new System.Windows.Forms.Label();
51             
this.label5 = new System.Windows.Forms.Label();
52             
this.tabControlThanhToan = new System.Windows.Forms.TabControl();
53             
this.tabPage1 = new System.Windows.Forms.TabPage();
54             
this.btnThanhToanDayDu = new System.Windows.Forms.Button();
55             
this.button1 = new System.Windows.Forms.Button();
56             
this.tabPage2 = new System.Windows.Forms.TabPage();
57             
this.lblThongBao = new System.Windows.Forms.Label();
58             
this.tableLayoutPanel1.SuspendLayout();
59             
this.panel1.SuspendLayout();
60             
this.tabControlThanhToan.SuspendLayout();
61             
this.tabPage1.SuspendLayout();
62             
this.tabPage2.SuspendLayout();
63             
this.SuspendLayout();
64             
//
65             
// btnHoanTat
66             
//
67             
this.btnHoanTat.Location = new System.Drawing.Point(394, 177);
68             
this.btnHoanTat.Margin = new System.Windows.Forms.Padding(4);
69             
this.btnHoanTat.Name = "btnHoanTat";
70             
this.btnHoanTat.Size = new System.Drawing.Size(139, 42);
71             
this.btnHoanTat.TabIndex = 0;
72             
this.btnHoanTat.Text = "Thực hiện";
73             
this.btnHoanTat.UseVisualStyleBackColor = true;
74             
this.btnHoanTat.Click += new System.EventHandler(this.btnHoanTat_Click);
75             
//
76             
// txtTienKhach
77             
//
78             
this.txtTienKhach.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
79             
this.txtTienKhach.Location = new System.Drawing.Point(25, 28);
80             
this.txtTienKhach.Margin = new System.Windows.Forms.Padding(4);
81             
this.txtTienKhach.Name = "txtTienKhach";
82             
this.txtTienKhach.Size = new System.Drawing.Size(551, 35);
83             
this.txtTienKhach.TabIndex = 1;
84             
this.txtTienKhach.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
85             
this.txtTienKhach.TextChanged += new System.EventHandler(this.txtTienKhach_TextChanged);
86             
this.txtTienKhach.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtTienKhach_KeyDown);
87             
this.txtTienKhach.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTienKhach_KeyPress);
88             
//
89             
// btnHuy
90             
//
91             
this.btnHuy.Location = new System.Drawing.Point(102, 181);
92             
this.btnHuy.Margin = new System.Windows.Forms.Padding(4);
93             
this.btnHuy.Name = "btnHuy";
94             
this.btnHuy.Size = new System.Drawing.Size(98, 42);
95             
this.btnHuy.TabIndex = 2;
96             
this.btnHuy.Text = "Hủy";
97             
this.btnHuy.UseVisualStyleBackColor = true;
98             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
99             
//
100             
// label1
101             
//
102             
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
103             
this.label1.AutoSize = true;
104             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
105             
this.label1.Location = new System.Drawing.Point(29, 59);
106             
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
107             
this.label1.Name = "label1";
108             
this.label1.Size = new System.Drawing.Size(124, 20);
109             
this.label1.TabIndex = 3;
110             
this.label1.Text = "Tiền của khách :";
111             
//
112             
// label2
113             
//
114             
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
115             
this.label2.AutoSize = true;
116             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
117             
this.label2.Location = new System.Drawing.Point(19, 13);
118             
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
119             
this.label2.Name = "label2";
120             
this.label2.Size = new System.Drawing.Size(134, 20);
121             
this.label2.TabIndex = 4;
122             
this.label2.Text = "Tổng thanh toán :";
123             
//
124             
// lbl_TongTien
125             
//
126             
this.lbl_TongTien.Anchor = System.Windows.Forms.AnchorStyles.Right;
127             
this.lbl_TongTien.AutoSize = true;
128             
this.lbl_TongTien.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129             
this.lbl_TongTien.ForeColor = System.Drawing.Color.Red;
130             
this.lbl_TongTien.Location = new System.Drawing.Point(502, 8);
131             
this.lbl_TongTien.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
132             
this.lbl_TongTien.Name = "lbl_TongTien";
133             
this.lbl_TongTien.Size = new System.Drawing.Size(26, 29);
134             
this.lbl_TongTien.TabIndex = 6;
135             
this.lbl_TongTien.Text = "0";
136             
//
137             
// lblTraLai
138             
//
139             
this.lblTraLai.Anchor = System.Windows.Forms.AnchorStyles.Right;
140             
this.lblTraLai.AutoSize = true;
141             
this.lblTraLai.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
142             
this.lblTraLai.Location = new System.Drawing.Point(502, 101);
143             
this.lblTraLai.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
144             
this.lblTraLai.Name = "lblTraLai";
145             
this.lblTraLai.Size = new System.Drawing.Size(26, 29);
146             
this.lblTraLai.TabIndex = 7;
147             
this.lblTraLai.Text = "0";
148             
//
149             
// lblTienKhach
150             
//
151             
this.lblTienKhach.Anchor = System.Windows.Forms.AnchorStyles.Right;
152             
this.lblTienKhach.AutoSize = true;
153             
this.lblTienKhach.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
154             
this.lblTienKhach.Location = new System.Drawing.Point(502, 54);
155             
this.lblTienKhach.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
156             
this.lblTienKhach.Name = "lblTienKhach";
157             
this.lblTienKhach.Size = new System.Drawing.Size(26, 29);
158             
this.lblTienKhach.TabIndex = 8;
159             
this.lblTienKhach.Text = "0";
160             
//
161             
// tableLayoutPanel1
162             
//
163             
this.tableLayoutPanel1.ColumnCount = 2;
164             
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.65932F));
165             
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70.34068F));
166             
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
167             
this.tableLayoutPanel1.Controls.Add(this.lblTraLai, 1, 2);
168             
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
169             
this.tableLayoutPanel1.Controls.Add(this.lblTienKhach, 1, 1);
170             
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
171             
this.tableLayoutPanel1.Controls.Add(this.lbl_TongTien, 1, 0);
172             
this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 12);
173             
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
174             
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
175             
this.tableLayoutPanel1.RowCount = 3;
176             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
177             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
178             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
179             
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
180             
this.tableLayoutPanel1.Size = new System.Drawing.Size(532, 139);
181             
this.tableLayoutPanel1.TabIndex = 0;
182             
//
183             
// label3
184             
//
185             
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
186             
this.label3.AutoSize = true;
187             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
188             
this.label3.Location = new System.Drawing.Point(94, 105);
189             
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
190             
this.label3.Name = "label3";
191             
this.label3.Size = new System.Drawing.Size(59, 20);
192             
this.label3.TabIndex = 9;
193             
this.label3.Text = "Trả lại :";
194             
//
195             
// label4
196             
//
197             
this.label4.AllowDrop = true;
198             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
199             
this.label4.Location = new System.Drawing.Point(25, 6);
200             
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
201             
this.label4.Name = "label4";
202             
this.label4.Size = new System.Drawing.Size(248, 19);
203             
this.label4.TabIndex = 11;
204             
this.label4.Text = "Nhập số tiền khách hàng thanh toán";
205             
//
206             
// panel1
207             
//
208             
this.panel1.Controls.Add(this.button2);
209             
this.panel1.Controls.Add(this.txtGhiChu);
210             
this.panel1.Controls.Add(this.btnHoanTat);
211             
this.panel1.Controls.Add(this.label8);
212             
this.panel1.Controls.Add(this.txtDiaChi);
213             
this.panel1.Controls.Add(this.txtSoDienThoai);
214             
this.panel1.Controls.Add(this.txtHoVaTen);
215             
this.panel1.Controls.Add(this.label7);
216             
this.panel1.Controls.Add(this.label6);
217             
this.panel1.Controls.Add(this.label5);
218             
this.panel1.Location = new System.Drawing.Point(3, 3);
219             
this.panel1.Name = "panel1";
220             
this.panel1.Size = new System.Drawing.Size(541, 229);
221             
this.panel1.TabIndex = 13;
222             
//
223             
// button2
224             
//
225             
this.button2.Location = new System.Drawing.Point(260, 177);
226             
this.button2.Margin = new System.Windows.Forms.Padding(4);
227             
this.button2.Name = "button2";
228             
this.button2.Size = new System.Drawing.Size(126, 42);
229             
this.button2.TabIndex = 13;
230             
this.button2.Text = "Hủy";
231             
this.button2.UseVisualStyleBackColor = true;
232             
this.button2.Click += new System.EventHandler(this.button2_Click);
233             
//
234             
// txtGhiChu
235             
//
236             
this.txtGhiChu.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
237             
this.txtGhiChu.Location = new System.Drawing.Point(300, 106);
238             
this.txtGhiChu.Multiline = true;
239             
this.txtGhiChu.Name = "txtGhiChu";
240             
this.txtGhiChu.Size = new System.Drawing.Size(234, 46);
241             
this.txtGhiChu.TabIndex = 7;
242             
//
243             
// label8
244             
//
245             
this.label8.AutoSize = true;
246             
this.label8.Location = new System.Drawing.Point(297, 83);
247             
this.label8.Name = "label8";
248             
this.label8.Size = new System.Drawing.Size(59, 18);
249             
this.label8.TabIndex = 6;
250             
this.label8.Text = "Ghi chú";
251             
//
252             
// txtDiaChi
253             
//
254             
this.txtDiaChi.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
255             
this.txtDiaChi.Location = new System.Drawing.Point(11, 104);
256             
this.txtDiaChi.Multiline = true;
257             
this.txtDiaChi.Name = "txtDiaChi";
258             
this.txtDiaChi.Size = new System.Drawing.Size(274, 48);
259             
this.txtDiaChi.TabIndex = 5;
260             
//
261             
// txtSoDienThoai
262             
//
263             
this.txtSoDienThoai.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
264             
this.txtSoDienThoai.Location = new System.Drawing.Point(300, 39);
265             
this.txtSoDienThoai.Name = "txtSoDienThoai";
266             
this.txtSoDienThoai.Size = new System.Drawing.Size(234, 26);
267             
this.txtSoDienThoai.TabIndex = 4;
268             
//
269             
// txtHoVaTen
270             
//
271             
this.txtHoVaTen.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
272             
this.txtHoVaTen.Location = new System.Drawing.Point(11, 39);
273             
this.txtHoVaTen.Name = "txtHoVaTen";
274             
this.txtHoVaTen.Size = new System.Drawing.Size(274, 26);
275             
this.txtHoVaTen.TabIndex = 3;
276             
//
277             
// label7
278             
//
279             
this.label7.AutoSize = true;
280             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
281             
this.label7.Location = new System.Drawing.Point(11, 81);
282             
this.label7.Name = "label7";
283             
this.label7.Size = new System.Drawing.Size(65, 20);
284             
this.label7.TabIndex = 2;
285             
this.label7.Text = "Địa chỉ :";
286             
//
287             
// label6
288             
//
289             
this.label6.AutoSize = true;
290             
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
291             
this.label6.Location = new System.Drawing.Point(296, 16);
292             
this.label6.Name = "label6";
293             
this.label6.Size = new System.Drawing.Size(110, 20);
294             
this.label6.TabIndex = 1;
295             
this.label6.Text = "Số điện thoại :";
296             
//
297             
// label5
298             
//
299             
this.label5.AutoSize = true;
300             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
301             
this.label5.Location = new System.Drawing.Point(11, 16);
302             
this.label5.Name = "label5";
303             
this.label5.Size = new System.Drawing.Size(85, 20);
304             
this.label5.TabIndex = 0;
305             
this.label5.Text = "Họ và tên :";
306             
//
307             
// tabControlThanhToan
308             
//
309             
this.tabControlThanhToan.Controls.Add(this.tabPage1);
310             
this.tabControlThanhToan.Controls.Add(this.tabPage2);
311             
this.tabControlThanhToan.Location = new System.Drawing.Point(25, 70);
312             
this.tabControlThanhToan.Name = "tabControlThanhToan";
313             
this.tabControlThanhToan.SelectedIndex = 0;
314             
this.tabControlThanhToan.Size = new System.Drawing.Size(551, 271);
315             
this.tabControlThanhToan.TabIndex = 14;
316             
//
317             
// tabPage1
318             
//
319             
this.tabPage1.Controls.Add(this.btnThanhToanDayDu);
320             
this.tabPage1.Controls.Add(this.button1);
321             
this.tabPage1.Controls.Add(this.tableLayoutPanel1);
322             
this.tabPage1.Controls.Add(this.btnHuy);
323             
this.tabPage1.Location = new System.Drawing.Point(4, 27);
324             
this.tabPage1.Name = "tabPage1";
325             
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
326             
this.tabPage1.Size = new System.Drawing.Size(543, 240);
327             
this.tabPage1.TabIndex = 0;
328             
this.tabPage1.Text = "Thông tin thanh toán";
329             
this.tabPage1.UseVisualStyleBackColor = true;
330             
//
331             
// btnThanhToanDayDu
332             
//
333             
this.btnThanhToanDayDu.Location = new System.Drawing.Point(220, 181);
334             
this.btnThanhToanDayDu.Margin = new System.Windows.Forms.Padding(4);
335             
this.btnThanhToanDayDu.Name = "btnThanhToanDayDu";
336             
this.btnThanhToanDayDu.Size = new System.Drawing.Size(155, 42);
337             
this.btnThanhToanDayDu.TabIndex = 5;
338             
this.btnThanhToanDayDu.Text = "Thanh toán (Ctrl + S)";
339             
this.btnThanhToanDayDu.UseVisualStyleBackColor = true;
340             
this.btnThanhToanDayDu.Click += new System.EventHandler(this.btnThanhToanDayDu_Click);
341             
//
342             
// button1
343             
//
344             
this.button1.Location = new System.Drawing.Point(393, 181);
345             
this.button1.Margin = new System.Windows.Forms.Padding(4);
346             
this.button1.Name = "button1";
347             
this.button1.Size = new System.Drawing.Size(139, 42);
348             
this.button1.TabIndex = 3;
349             
this.button1.Text = "Hoàn tất";
350             
this.button1.UseVisualStyleBackColor = true;
351             
this.button1.Click += new System.EventHandler(this.button1_Click);
352             
//
353             
// tabPage2
354             
//
355             
this.tabPage2.Controls.Add(this.panel1);
356             
this.tabPage2.Location = new System.Drawing.Point(4, 27);
357             
this.tabPage2.Name = "tabPage2";
358             
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
359             
this.tabPage2.Size = new System.Drawing.Size(543, 240);
360             
this.tabPage2.TabIndex = 1;
361             
this.tabPage2.Text = "Thông tin khách hàng";
362             
this.tabPage2.UseVisualStyleBackColor = true;
363             
//
364             
// lblThongBao
365             
//
366             
this.lblThongBao.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
367             
this.lblThongBao.ForeColor = System.Drawing.Color.Red;
368             
this.lblThongBao.Location = new System.Drawing.Point(292, 3);
369             
this.lblThongBao.Name = "lblThongBao";
370             
this.lblThongBao.Size = new System.Drawing.Size(284, 20);
371             
this.lblThongBao.TabIndex = 4;
372             
this.lblThongBao.Text = "Tiền thanh toán không đủ!";
373             
this.lblThongBao.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
374             
this.lblThongBao.Visible = false;
375             
//
376             
// frmBanHangThanhToan
377             
//
378             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
379             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
380             
this.BackColor = System.Drawing.Color.White;
381             
this.ClientSize = new System.Drawing.Size(607, 355);
382             
this.ControlBox = false;
383             
this.Controls.Add(this.tabControlThanhToan);
384             
this.Controls.Add(this.lblThongBao);
385             
this.Controls.Add(this.label4);
386             
this.Controls.Add(this.txtTienKhach);
387             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
388             
this.Margin = new System.Windows.Forms.Padding(4);
389             
this.Name = "frmBanHangThanhToan";
390             
this.Text = "Thanh toán đơn hàng";
391             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBanHangThanhToan_FormClosing);
392             
this.Load += new System.EventHandler(this.frmBanHangThanhToan_Load);
393             
this.tableLayoutPanel1.ResumeLayout(false);
394             
this.tableLayoutPanel1.PerformLayout();
395             
this.panel1.ResumeLayout(false);
396             
this.panel1.PerformLayout();
397             
this.tabControlThanhToan.ResumeLayout(false);
398             
this.tabPage1.ResumeLayout(false);
399             
this.tabPage2.ResumeLayout(false);
400             
this.ResumeLayout(false);
401             
this.PerformLayout();
402
403         }
404
405         
#endregion
406
407         
private System.Windows.Forms.Button btnHoanTat;
408         
public System.Windows.Forms.TextBox txtTienKhach;
409         
private System.Windows.Forms.Button btnHuy;
410         
private System.Windows.Forms.Label label1;
411         
private System.Windows.Forms.Label label2;
412         
public System.Windows.Forms.Label lbl_TongTien;
413         
public System.Windows.Forms.Label lblTraLai;
414         
private System.Windows.Forms.Label lblTienKhach;
415         
private System.Windows.Forms.Label label3;
416         
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
417         
private System.Windows.Forms.Label label4;
418         
private System.Windows.Forms.Panel panel1;
419         
private System.Windows.Forms.TextBox txtDiaChi;
420         
private System.Windows.Forms.TextBox txtSoDienThoai;
421         
private System.Windows.Forms.TextBox txtHoVaTen;
422         
private System.Windows.Forms.Label label7;
423         
private System.Windows.Forms.Label label6;
424         
private System.Windows.Forms.Label label5;
425         
private System.Windows.Forms.TextBox txtGhiChu;
426         
private System.Windows.Forms.Label label8;
427         
private System.Windows.Forms.TabControl tabControlThanhToan;
428         
private System.Windows.Forms.TabPage tabPage1;
429         
private System.Windows.Forms.TabPage tabPage2;
430         
private System.Windows.Forms.Button button1;
431         
private System.Windows.Forms.Button button2;
432         
private System.Windows.Forms.Label lblThongBao;
433         
private System.Windows.Forms.Button btnThanhToanDayDu;
434     }
435 }


Gõ tìm kiếm nhanh...